@charset "utf-8";
body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  font-size: 14px;
  color: #666666;
  overflow-x: hidden;
  font-family: "微软雅黑", Arial, Helvetica, sans-serif;
}
p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
button,
input,
img,
select,
textarea {
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
  outline: none;
  font-family: "微软雅黑", Arial, Helvetica, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
i,
b {
  font-style: normal;
  font-weight: inherit;
}
.clearfix {
  zoom: 1;
  /*这个属性是为了兼容IE*/
}
.clearfix:after {
  display: block;
  content: "";
  /*设置为空或者“.”都可以*/
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
a {
  text-decoration: none;
  color: #666666;
}
a:hover {
  text-decoration: none;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*改变滚动条*/
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  border-radius: 6px;
}
::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 6px;
}
::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 6px;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.com-main {
  width: 100%;
  position: relative;
}
.com-lati-longi,
.com-map-info {
  display: none;
}
@keyframes fadeInUp1 {
  0% {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp1 {
  animation-name: fadeInUp1;
}
@keyframes fadeInDown1 {
  0% {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown1 {
  animation-name: fadeInDown1;
}
@keyframes fadeInLeft1 {
  0% {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft1 {
  animation-name: fadeInLeft1;
}
@keyframes fadeInRight1 {
  0% {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight1 {
  animation-name: fadeInRight1;
}
@keyframes zoomIn1 {
  0% {
    opacity: 0;
    transform: translate3d(0, 50px, 0) scale3d(0.9, 0.9, 0.9);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.zoomIn1 {
  animation-name: zoomIn1;
}
@keyframes zoomIn2 {
  0% {
    opacity: 0;
    transform: scale3d(0.9, 0.9, 0.9);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.zoomIn2 {
  animation-name: zoomIn2;
}
